﻿* {margin: 0;padding: 0;}
body {font-size: 16px;font-family:arial, "Microsoft YaHei", "Heiti SC", tahoma, arial, "Hiragino Sans GB","宋体", sans-serif;/* min-width: 1400px; */color: #000;/* min-width: 1230px; */position: relative;word-break: break-word;}
/* body:before {content:  "";height:  100%;width:  9px;position:  absolute;left:  0;top: 0;background: #d70a30;z-index: 11;} */
a {text-decoration: none;color: #333;cursor: pointer;}
ul,ol,li {list-style: none;  }
img {max-width: 100%;border:0 none;vertical-align: middle;}
table, tr, th, td {/*border: 0 none;*/border-collapse: collapse;border-spacing: 0;}
/*i, em, cite, address {font-style: normal;}*/
a:focus, input, textarea, select {outline: none;  border-radius: 0;}
input[type="submit"], input[type="reset"], input[type="button"] {cursor: pointer;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
.button{ border-radius: 0; }

.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden; }
.center {width: 1200px;margin: 0 auto;}
:focus {outline: none;}

input{border: 0;outline: none;-webkit-appearance: none;}
select{
     appearance:none;
     -moz-appearance:none; 
     -webkit-appearance:none;
     outline: none;
     border: none;

}
select::-ms-expand{ display: none; }
//ie
@media screen and (max-width: 1366px){
	body {font-size: 14px;}
}

@media screen and (max-width: 880px){
	body {font-size: 12px;}
	.center {width: 100%;}
}


